.Net Framework > v2.0.50727 > System > Text > RegularExpressions > Regex > Split Split(String)
Split(String,Int32)
Split(String,Int32,Int32)
Split(String,String)
Split(String,String,RegexOptions)


Split(String)

Category
Method
Description
Splits the specified input string at the positions defined by a regular expression pattern specified in the System.Text.RegularExpressions.Regex constructor..
Type
String[]
Character
public
Parameters
NameTypeDescription
inputString
Tags
01892ABD01, 02E3ABA98D, 0376596F91

Split(String,Int32)

Category
Method
Description
Splits the specified input string a specified maximum number of times at the positions defined by a regular expression specified in the System.Text.RegularExpressions.Regex constructor.
Type
String[]
Character
public
Parameters
NameTypeDescription
inputString
countInt32
Tags
01892ABD01, 02E3ABA98D, 0376596F91

Split(String,Int32,Int32)

Category
Method
Description
Splits the specified input string a specified maximum number of times at the positions defined by a regular expression specified in the System.Text.RegularExpressions.Regex constructor, starting at a specified character position in the input string
Type
String[]
Character
public
Parameters
NameTypeDescription
inputString
countInt32
startatInt32
Tags
01892ABD01, 02E3ABA98D, 0376596F91

Split(String,String)

Category
Method
Description
Splits the input string at the positions defined by a regular expression pattern.
Type
String[]
Character
public, static
Parameters
NameTypeDescription
inputString
patternString
Tags
01892ABD01, 02E3ABA98D, 0376596F91

Split(String,String,RegexOptions)

Category
Method
Description
Splits the input string at the positions defined by a specified regular expression pattern. Options can be specified to modify matching behavior.
Type
String[]
Character
public, static
Parameters
NameTypeDescription
inputString
patternString
optionsRegexOptions
Tags
01892ABD01, 02E3ABA98D, 0376596F91

Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database